PE hyperstack: coherence pass - four-layer docs, drift-proof persona refs, trigger dedup - #135
Merged
Merged
Conversation
…rsona refs, trigger dedup, changelog Deep coherence pass over the whole system after #126-#134: - skills/hyperstack/SKILL.md: stale 3-persona Layer 4 table KILLED (not updated - updating recreates the drift class); replaced with pointer to the manifest-compiled registry - README: Three-Layer -> Four-Layer Framework; Layer 4 Personas section added; Product & Growth plugin row added; tool count corrected 80 -> 118 (measured by registering all 16 plugins against a counting mock) - summary.md: four-layer phrasing - reflect manifest: 12 overlapping trigger phrasings deduped to 5 canonical (bootstrap 11224 -> 11011 chars) - CHANGELOG: [Unreleased] block covering all 9 unreleased feature PRs - release debt now visible instead of silent Verified live during the pass: audit harness clean (0 major-behind, 0 lint findings), all 5 platform manifests consistent at 1.3.2, Dockerfile persona-absence is not a bug (server runtime never loads personas - compile-time only). 87 tests pass, tsc clean. Known-and-deliberate: ghcr :main image stale while Actions stay disabled; release pin to 1.4.0 left as an explicit user decision.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deep coherence pass after the 9 feature PRs (#126-#134). Lead finding: the drift class killed in #133 survived one section up - the Layer 4 table in SKILL.md still listed 3 personas with pre-generalization descriptions. Fixed by deleting the table in favor of the compiled registry, not updating it.
Verified during pass: audit harness clean (0 major-behind, 0 lint), 5 platform manifests consistent at 1.3.2, Dockerfile persona-absence confirmed non-bug (personas load at compile time only). Bootstrap size trend flagged: 7749 -> 11011 chars this session (+42%) - each session pays it; further compression would cut information, so left as-is.
Verification: bun test 87 pass / 0 fail; tsc clean; compile:context green; reflect.json valid.